func math/rand/v2.IntN

one use

	math/rand/v2 (current package)
		rand.go#L313: func IntN(n int) int { return globalRand.IntN(n) }